Crate wasmi_arena
source · [−]Expand description
Fast arena allocators for different usage purposes.
They cannot deallocate single allocated entities for extra efficiency. These allocators mainly serve as the backbone for an efficient Wasm store implementation.
Structs
An arena allocator with a given index and entity type.
A deduplicating arena allocator with a given index and entity type.
A guarded entity.
An iterator over shared references of arena entities and their indices.
An iterator over exclusive references of arena entities and their indices.
Traits
Types that can be used as indices for arenas.